component based development - definitie. Wat is component based development
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is component based development - definitie

BRANCH OF SOFTWARE ENGINEERING
Software componentry; Component-oriented programming; Software components; Reusable software component; Reusable Software Components; Reusable software components; Reusable Software Component; Component (software); Component Software; Software component; Component software; Application components; Component based programming; Component-based development; Component-based; Component-based software development; Component-based programming; Component model; Component architecture; Component-based design; Components-based development
  • UML]] 2.0.
  • UML]] 2.0. The checkout component, responsible for facilitating the customer's order, ''requires'' the card processing component to charge the customer's credit/debit card (functionality that the latter ''provides'').

component based development      
<programming> (CBD) The creation, integration, and re-use of components of program code, each of which has a common interface for use by multiple systems. (1999-08-23)
Component-based software engineering         
Component-based software engineering (CBSE), also called component-based development (CBD), is a branch of software engineering that emphasizes the separation of concerns with respect to the wide-ranging functionality available throughout a given software system. It is a reuse-based approach to defining, implementing and composing loosely coupled independent components into systems.
component architecture         
<programming> A notion in object-oriented programming where "components" of a program are completely generic. Instead of having a specialised set of methods and fields they have generic methods through which the component can advertise the functionality it supports to the system into which it is loaded. This enables completely dynamic loading of objects. JavaBeans is an example of a component architecture. See also design pattern. (1997-11-20)

Wikipedia

Component-based software engineering

Component-based software engineering (CBSE), also called component-based development (CBD), is a branch of software engineering that emphasizes the separation of concerns with respect to the wide-ranging functionality available throughout a given software system. It is a reuse-based approach to defining, implementing and composing loosely coupled independent components into systems. This practice aims to bring about an equally wide-ranging degree of benefits in both the short-term and the long-term for the software itself and for organizations that sponsor such software.

Software engineering practitioners regard components as part of the starting platform for service-orientation. Components play this role, for example, in web services, and more recently, in service-oriented architectures (SOA), whereby a component is converted by the web service into a service and subsequently inherits further characteristics beyond that of an ordinary component.

Components can produce or consume events and can be used for event-driven architectures (EDA).